From 1d6ccd86af79adcccc175af7bcfdbac18c7c7c7c Mon Sep 17 00:00:00 2001 From: krakenrf <78108016+krakenrf@users.noreply.github.com> Date: Fri, 26 Aug 2022 23:16:11 +1200 Subject: Updated 10. VirtualBox, Docker Images and Install Scripts (markdown) --- 10.-VirtualBox,-Docker-Images-and-Install-Scripts.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md index 96457ae..967de2b 100644 --- a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md +++ b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md @@ -29,17 +29,20 @@ These scripts will automatically install the drivers, all dependencies and the D Start the software with the start scripts in the `krakensdr_doa` and `krakensdr_pr` folders. -Note that the scripts may ask for your system password a few times if your system is slow. So please keep an eye on the script. - ### x86 64 Bit Systems ``` wget https://raw.githubusercontent.com/krakenrf/krakensdr_docs/main/install_scripts/krakensdr_x86_install_doa_pr.sh sudo chmod +x krakensdr_x86_install_doa_pr.sh ./krakensdr_x86_install_doa_pr.sh ``` + +Reboot your system after running the script. + ### ARM64 Systems ``` wget https://raw.githubusercontent.com/krakenrf/krakensdr_docs/main/install_scripts/krakensdr_aarch64_install_doa_pr.sh sudo chmod +x krakensdr_aarch64_install_doa_pr.sh ./krakensdr_aarch64_install_doa_pr.sh -``` \ No newline at end of file +``` + +Reboot your system after running the script. \ No newline at end of file -- cgit v1.2.3